gl renderer: Properly draw gl textures from a different context
authorTimm Bäder <mail@baedert.org>
Wed, 14 Mar 2018 11:23:38 +0000 (12:23 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 14 Mar 2018 16:28:41 +0000 (17:28 +0100)
commit90c8619f426170b820f968b7633ee312b19b77ad
tree14e260009468b16fa239e2d60a1b0cfd5d1df926
parent955dca950c7e32b1f141873662af5715cb7e33d1
gl renderer: Properly draw gl textures from a different context

Temporarily switch to the texture's gl context, download the texture and
create a new one in our context for it.
gsk/gl/gskgldriver.c
gsk/gl/gskglrenderer.c